From 1bd4e7608f017775061564eec8158ac21f6c3fdf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 28 Jun 1993 05:18:27 +0000 Subject: [PATCH] Doc fixes. --- lisp/calendar/solar.el | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 139ec0d16b8..93ecd208e63 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -79,12 +79,20 @@ would give military-style times like `21:07 (UTC)'.") ;;;###autoload (defvar calendar-latitude nil "*Latitude of `calendar-location-name' in degrees, + north, - south. -For example, 40.7 for New York City.") +For example, 40.7 for New York City. +It may not be a good idea to set this in advance for your site; +if there may be users running Emacs at your site +who are physically located elsewhere, they would get the wrong +value and might not know how to override it.") ;;;###autoload (defvar calendar-longitude nil "*Longitude of `calendar-location-name' in degrees, + east, - west. -For example, -74.0 for New York City.") +For example, -74.0 for New York City. +It may not be a good idea to set this in advance for your site; +if there may be users running Emacs at your site +who are physically located elsewhere, they would get the wrong +value and might not know how to override it.") ;;;###autoload (defvar calendar-location-name -- 2.30.2